ShowGroupPanel<T>(TransposedMultiRowBuilder<T>,String) Method
Apply the default FlexGridGroupPanel extender in FlexGrid.
[Extension()]
public static TransposedMultiRowBuilder<T> ShowGroupPanel<>(
TransposedMultiRowBuilder<T> ,
string
)
'Declaration
<ExtensionAttribute()>
Public Overloads Shared Function ShowGroupPanel(Of )( _
ByVal As TransposedMultiRowBuilder(Of T), _
Optional ByVal As String _
) As TransposedMultiRowBuilder(Of T)
Parameters
- gridBuilder
- The specified FlexGrid builder.
- selector
- The specified selector for the FlexGridGroupPanel's host element.
Type Parameters
- T
- The data record type.
Return Value
The TransposedMultiRow builder.